chore(deps): update github.com/dprotaso/go-yit digest to dfb8629#8
Conversation
Reviewer's GuideThis PR refines the Go module configuration by pinning the toolchain, replacing a deprecated runtime dependency with a yaml processor, bumping the go-yit indirect digest, and updating core Go modules. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
877dd22 to
36e4798
Compare
36e4798 to
0d4e1cf
Compare
0d4e1cf to
64c4fe5
Compare
64c4fe5 to
eecc5a3
Compare
eecc5a3 to
14186cf
Compare
8b05cd6 to
8e98c0d
Compare
|
/retest |
d5d385b to
4231aa5
Compare
23b7d03 to
ffeb0e9
Compare
8d60dfa to
3b502d9
Compare
3b502d9 to
9c34615
Compare
9c34615 to
72729ec
Compare
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughUpdates to Go module dependencies in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
72729ec to
2f804e2
Compare
2f804e2 to
45bc038
Compare
c85ba27 to
cbfe489
Compare
cbfe489 to
f53d235
Compare
c88f377 to
9781f77
Compare
9781f77 to
5996c13
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@go.mod`:
- Around line 60-61: Replace legacy gopkg.in YAML module entries with the
official go.yaml.in paths: remove references to gopkg.in/yaml.v2 and
gopkg.in/yaml.v3 and ensure go.mod uses go.yaml.in/yaml/v2 (e.g., v2.4.3) and
go.yaml.in/yaml/v3 or v4 as appropriate (e.g., go.yaml.in/yaml/v4 v4.0.0-rc.4)
so there aren’t mixed import paths; update any import statements or indirect
requirements that still reference gopkg.in to point to go.yaml.in/yaml/* and
then run go get ./... and go mod tidy to reconcile versions and regenerate the
go.sum.
5996c13 to
6853d40
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
6853d40 to
743b306
Compare
This PR contains the following updates:
9ba8df1→dfb8629Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.